--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
Commit 1f008fbadd3beae6761944868caa83be45599627
Parents : 5e8c627
Author : Mark Qvist <bc7291552be7a58f361522990465165c>
Signature : T66BB85Valid, signed by author
Date : 2026-07-17T13:08:46+02:00
Object details from conversations
Changes
2 files changed, 1 insertions(+), 3 deletions(-)
Diff
diff --git a/sbapp/main.py b/sbapp/main.py
index 4a99f12a..f09c8db9 100644
--- a/sbapp/main.py
+++ b/sbapp/main.py
@@ -2113,7 +2113,6 @@ class SidebandApp(MDApp):
self.conversation_action(item)
def object_index_action(self, index):
- RNS.log(f"OBJ INDEX {index}")
if self.conversations_view != None and self.conversations_view.list != None:
i = index-1; c = self.conversations_view.list.children[0].children
if len(c) > i:
diff --git a/sbapp/ui/conversations.py b/sbapp/ui/conversations.py
index 565e5d20..2ac372d5 100644
--- a/sbapp/ui/conversations.py
+++ b/sbapp/ui/conversations.py
@@ -230,9 +230,8 @@ class ConversationEntry(OneLineAvatarIconListItem):
ConversationEntry.clear_telemetry_dialog.open()
def left_icon_action(self, sender):
- RNS.log(f"Action from: {sender} {self.text}")
if self.object: self.app.object_details_action(sender=self, source_dest=self.sb_uid, from_objects=True)
- else: self.app.conversation_action(self)
+ else: self.app.object_details_action(sender=self, source_dest=self.sb_uid, from_convs=True)
def right_icon_action(self, sender):
ConversationEntry.voice_dropdown.context_dest = self.sb_uid
──────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────